.Section-Gallery .ProfileOptions {
    display: none;
}

.ImageGridInner {
    margin: 0 auto;
}

.ImageGridInner .GalleryImage {
    display: inline-block;
    text-align: center;
}

.GalleryImage img {
    display: block;
    height: auto;
    margin: 0 auto 4px auto;
}

.GalleryImage .ImageOptions {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

.GalleryImage:hover .ImageOptions {
    display: block;
}

.GalleryImage .ImageOptions i.icon {
    color: white;
    font-size: 40px;
}

.GalleryAlbum {
    border-radius: 10px;
    margin: 5px 8px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: 220px;
    width: 220px;
    box-shadow: 0 0 2px 1px transparent;
    transition: box-shadow 0.4s;
    overflow: hidden;
}

.GalleryAlbum#AddAlbum {
    border-style: dashed;
}

.GalleryAlbum:hover,
.GalleryAlbum:focus {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.15s;
}

.GalleryAlbum:active {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.GalleryAlbum .AlbumLink {
    display: block;
}

.GalleryAlbum .Thumbnail {
    margin: 5px;
    border-radius: 6px 6px 0 0;
    width: 210px;
    height: 140px;
    background-size: cover;
}

.GalleryAlbum .Thumbnail.Add {
    margin: 20px 55px;
    text-align: center;
    font-size: 100px;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 50%;
    border: 5px solid #ddd;
    color: #ddd;
}

.GalleryAlbum .Title {
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: bold;
}

.GalleryAlbum .Title {
    display: table-cell;
    height: 40px;
    width: 210px;
    padding: 0 5px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4em;
    font-size: 1.1em;
    font-weight: bold;
}

.GalleryAlbum .AlbumOptions {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.GalleryAlbum .AlbumOptions a.AlbumOption {
    padding: 5px 35px;
    font-size: 18px;
    display: inline-block;
}

.GridOptions {
    text-align: center;
    padding-top: 7px;
    margin-bottom: -5px;
}

.GridTop {
    text-align: center;
    padding-bottom: 7px;
    margin-top: -5px;
}

#GalleryUploadBrowse {
    width: 30%;
}

#Uploading {
    display: none;
}

.GalleryUpload {
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px 20px 20px;
}

.GalleryUpload .BigButton {
    width: 230px;
    margin: 5px auto;
}

.GalleryUpload .dz-preview {
    display: none;
}

.LatestImageModule p,
.UserImagesModule .Images {
    text-align: center;
}

.LatestImageModule p .UserLink {
    font-weight: bold;
}

.LatestImageModule img {
    max-width: 180px;
    height: auto;
}

.UserImagesModule .Images {
    white-space: nowrap;
    overflow: auto;
}

.UserImagesModule img {
    max-height: 150px;
    width: auto;
}

.GalleryContent {
    text-align: center;
}

@media (max-width: 960px) {
    .GalleryImage .ImageOptions {
        display: block;
    }

    .AlbumGrid {
        text-align: center;
    }
}
